#about {
    background-image: url(../ASSETS/IMAGES/Fond.svg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 1076px;

}

/* Navbar PC-Mobile */
.nav-item {
    color: white;
    font-size: 18px;
    letter-spacing: 0.4ch;
    text-align: right;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 50px;
    padding-right: 30px;
    text-transform: uppercase;

}

.nav-logo {
    padding-right: 30px;
}

@media (min-width:768px) {
    .nav-item {
        color: white;
        font-size: 11px;
        letter-spacing: 0.4ch;
        padding-top: 30px;
        font-family: "azo-sans-web", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal;


    }
}

.nav-link {
    color: white;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-link:hover {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width:768px) {
    .nav-link:hover {
        color: white;
        font-size: 11px;
    }
}

.navbar-toggler:hover {
    color: white;
}

@media (min-width:992px) {


    .navbar-toggler {
        display: none;
    }
}

@media (max-width:991px) {


    .navbar-toggler {
        display: block;
        border: none;
    }
}

@media (max-width:991px) {
    #navbarNavMobile {
        background-color: #A78556;
        height: 100vh;
        margin-left: 120px;
        position: fixed;
        top: 0;
        right: 0;
        width: 279px;



    }
}

#nav {
    padding: 30px 20px;

}

.bi {
    color: white;
    text-align: right;
    padding: 10px 20px 0px 20px;
    cursor: pointer;
    display: none;
    z-index: 1001;
}

.bi-x-lg:hover {
    color: white;
    text-transform: uppercase;
}

.navbar-collapse.show .bi {
    display: block;
}

#Logo {
    height: 205px;
    width: auto;
    margin-top: 0;
}

/* Home Page */

#Titre2 {
    color: white;
    text-transform: uppercase;
    font-size: 37px;
    margin-top: 150px;
    padding-bottom: 10px;
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
}


#Titre1 {
    color: white;
    text-transform: uppercase;
    font-size: 72px;
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.custom-bouton {
    font-size: 12px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    width: 118px;
    height: 42px;
    color: #000000;
    border: none;
    background-color: #F9F885;
    text-align: center;
    align-items: center;
    letter-spacing: 0.5ch;
    text-decoration: none;
    padding-top: 12px;
    margin-top: 0;
    display: inline-block;
    border-radius: 10px;

}

.custom-bouton {
    margin-bottom: 360px;
}

/* Page 2 */

#date {
    color: #40714A;
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 72px;
    padding-top: 50px;
}

@media (max-width:991px) {
    #date{
    color: #40714A;
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 35px;
    padding-top: 15px;
    }
}

#date1 {
    color: black;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    padding-bottom: 50px;
}

#titrepage2 {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 72px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 90px;
    padding-bottom: 30px;
}

#paragraphepage2 {
    color: black;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: left;
    width: 608px;
}

#carouseltext {
    font-size: 85px;
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: white;
}

#carouseltext2 {
    font-size: 50px;
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: white;
}


#carousel {
    height: 700px;
    width: 800px;
    padding-right: 100px;
}

#carousel .carousel-inner{
    border-radius: 40px;
    border: 1px solid white;
    height: 639px;
    width: 720px;
    overflow: hidden;
}

#carousel .carousel-item {
    height: 100%;
}

#carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Page 3*/

#titrepage3 {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 72px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 80px;
}

.custom-boutonstage {
    font-size: 16px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    width: 242px;
    height: 52px;
    color: #40714A;
    border: none;
    background-color: white;
    text-align: center;
    align-items: center;
    letter-spacing: 0.5ch;
    text-decoration: none;
    padding-top: 12px;
    margin-top: 0;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #40714A;
}

.custom-boutonstage:hover {
    color: #F9F885;
    background-color: #40714A;
}

.stage-bloc {
    display: none;
}

.stage-bloc.active {
    display: block;
}

.stage-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.stage-card-img {
    width: 1440px;
    height: 727px;
    display: block;
    padding-top: 250px;
}

.stage-text {
    text-align: center;
}

#page3 {
    margin-bottom: 80px;
}

.Titre-stage {
    font-size: 50px;
    font-family: "komet", Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: white;
    margin-bottom: 0;
}

.date-text {
    font-size: 31px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: white;    
}

.paragraphe-stage {
    font-size: 20px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.custom-bouton2 {
    font-size: 16px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    width: 311px;
    height: 52px;
    color: #000000;
    border: none;
    background-color: #F9F885;
    text-align: center;
    align-items: center;
    letter-spacing: 0.2ch;
    text-decoration: none;
    padding-top: 15px;
    margin-top: 0;
    display: inline-block;
    border-radius: 30px;

}

/*Page CSC3*/

#titrepageCSC3 {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 72px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 150px;
}

.custom-boutonCSC3 {
    font-size: 16px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    width: 266px;
    height: 52px;
    color: #40714A;
    border: none;
    background-color: white;
    text-align: center;
    align-items: center;
    letter-spacing: 0.2ch;
    text-decoration: none;
    padding-top: 13px;
    margin-top: 0;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #40714A;
}

.custom-boutonCSC3:hover {
    color: #F9F885;
    background-color: #40714A;
}

#titredemipageCSC3 {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 72px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 55px;
    padding-bottom: 30px;
}

#boutonCSC3 {
    padding-top: 30px;
}

#carouseltextcsa {
    font-size: 50px;
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: white;
    text-transform: uppercase;
}

/* LES PHOTOS */

#titrepagePhotos {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 72px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 80px;
}

#Photos1 {
    height: 400px;
    width: 449px;
    border-radius: 30px;
    object-fit: cover;
}

#Photos2 {
    height: 400px;
    width: 449px;
    border-radius: 30px;
    object-fit: cover;
}

#Photos3 {
    height: 400px;
    width: 449px;
    border-radius: 30px;
    object-fit: cover;
}

#pagePhoto {
    margin-bottom: 80px;
}

/* FOOTER */

#footer {
    height: 445px;
    width: 1920px;
    background-color: #40714A;
    padding-top: 130px;
}

#logoBDS {
    height: 205px;
    width: 257px;
}

#horaires {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    padding-top: 45px;
}

#texthoraires {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
}

#adresse {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    padding-top: 45px;
}

#textadresse {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
}

.custom-boutonfooter1 {
    font-size: 16px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    width: 224px;
    height: 52px;
    color: white;
    border: none;
    background-color: #40714A;
    text-align: center;
    align-items: center;
    letter-spacing: 0.2ch;
    text-decoration: none;
    padding-top: 13px;
    margin-top: 0;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid white;
}

.custom-boutonfooter1:hover {
    color: #40714A;
    background-color: #F9F885;
}

#footer2 {
    height: 86px;
    background-color: #F9F885;
}

#copyright {
    font-size: 16px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    text-align: center;
    padding-top: 35px;
}